- calloc
gpointer function(gsize, gsize) calloc;
Undocumented in source.
- free
void function(gpointer) free;
Undocumented in source.
- malloc
gpointer function(gsize) malloc;
Undocumented in source.
- realloc
gpointer function(gpointer, gsize) realloc;
Undocumented in source.
- try_malloc
gpointer function(gsize) try_malloc;
Undocumented in source.
- try_realloc
gpointer function(gpointer, gsize) try_realloc;
Undocumented in source.